<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.centered-content
{
    position: relative;
    z-index: 2;
}
.header-content 
{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  line-height: 22px;
  position: relative;
    z-index: 1;
}
.header-content.home {
  height: 500px;
}

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content .button {width: 100% !important;}

/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {float: none;}
.header-content .dimmed {background: #b05b1b; background: rgba(0, 0, 0, 0.4);
    -webkit-transition: none;  /* Saf3.2+, Chrome */
    -moz-transition: none;  /* FF4+ */
    -ms-transition: none;  /* IE10? */
    -o-transition: none;  /* Opera 10.5+ */
    transition: none;

}

.header-content .align-bottom {position: absolute; bottom: 0px;}

/* =&gt; Slider &lt;= */
#slider-wrap
{
    height: 500px; 
}

#slider 
{
    height: 470px;
    padding-top: 30px;
}

/* =&gt; SLIDE PREV AND NEXT ARROWS &lt;= */
.slider-prev,
.slider-next 
{
    text-indent:-9999px;
    width:34px;
    height:68px;
    position:absolute;
    top:220px;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    
    display: none
    }
.slider-prev{ left:12px; 
  background: url(index_06.png);
 }
.slider-next 
{
    right:12px;
    background: url(index_05.png);
}  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:1;
}


/* =&gt; SLIDER NAV o o o &lt;= */    
.slider-nav 
{
    position:absolute;
    bottom:25px;
    left:50%;
    list-style:none;
    overflow:hidden;
    padding:2px;
    z-index:10;
    margin: 0;
}

.slider-nav li
{
    float:left;
    
}

.slider-nav li a
{
   display:block;
   width:8px;
   height:8px;
   border-radius: 50%;
   overflow:hidden;
   padding:0px;
   margin:8px;
   background:#fff;
   box-shadow: 0 0 5px 0 #000;
   text-decoration:none;
}
.slider-nav li a.selected
{
   width:6px;
   height:6px;
   border: 1px #000 solid;
   text-decoration:none;
}

/* =&gt; HOLY SLIDES &lt;= */

.slider section {display: none;}
.slider section.first {display: block;}


.slider-sections {margin: 0 auto; height: 500px;  position: relative;}
.slider-sections section {position: absolute; top: 0; left: 0px; width: 100%;
height: 100%; }

.header-content h2 
{
 
}
.header-content p 
{
}

.header-content .centered-content
{
  padding-top: 30px;
  padding-bottom: 10px;
}

.button {
  float: left;
  width: auto !important;
  list-style: none;
}

    
  header .header-content .button a,
  #content .button a:hover
  {
      text-decoration: none;
    }

.header-content .beta-ribbons {
    position: absolute; 
    height: 120px;
    width: 85px;
    text-indent: -200px;
    overflow: hidden;
    background: url(../img/kendo-ribbons.png) no-repeat 0 0;
}

.header-content .beta-ribbons.ribbon-1 {
    background-position: -170px 0;
    top: -3px;
    right: -145px;
}

.header-content p.copy .beta-ribbons.ribbon-1 {
    top: -135px;
    left: 900px;
}

.header-content .beta-ribbons.ribbon-4 {
    background-position: -255px 0;
    left: -62px;
    top: -30px;
    z-index: 10;
    text-indent: -2000px;
}</pre></body></html>